PingOneSDKErrorType

Entries

Link copied to clipboard

Internal error.

Link copied to clipboard

Device token was missing and is required to complete this action.

Link copied to clipboard

The remote notification is not from PingOne.

Link copied to clipboard

Server error.

Link copied to clipboard

There was a problem with the network.

Link copied to clipboard

There was a problem with the pairing key.

Link copied to clipboard

There was a problem with the application ID.

Link copied to clipboard

Device may be paired in one regional data center only, and is already paired in another regional data center.

Link copied to clipboard

Device is not paired.

Link copied to clipboard

Client confirmation delay responding to push notification, resulted in timeout.

Link copied to clipboard

Client failed to verify due to invalid one time passcode sent to the server.

Link copied to clipboard

Authentication code is not valid.

Link copied to clipboard

Mobile device does not comply with policy requirements.

Link copied to clipboard

Pairing is currently in progress - you cannot make another API call until it is completed.

Link copied to clipboard

Migration is currently in progress - you cannot make another API call until it is completed.

Link copied to clipboard

The device does not have to be migrated because it is already paired.

Link copied to clipboard

Test remote notification is currently in progress - you cannot make another API call until it is completed.

Link copied to clipboard

The client failed to establish trust with the server.

Link copied to clipboard

The SDK was not configured. Make sure to run the configure(PingOneGeo) method first.

Link copied to clipboard

The device is already trusted with a certain geo and cannot set a new one using configure(PingOneGeo). If needed to change the geo, the device should be reset by calling the removePingOneLocalData() method.

Link copied to clipboard

The authentication was canceled, approval or denial is not possible.

Properties

Link copied to clipboard
private final Integer errorCode
Link copied to clipboard
private final String errorMessage

Functions

Link copied to clipboard
public final Integer getErrorCode()
Link copied to clipboard
public final String getErrorMessage()
Link copied to clipboard
public final PingOneSDKErrorType valueOf(String value)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.